``` {% set all_rows = hubdb_table_rows(18496005) %}
{% if all_rows %} {% for row in all_rows %}

Name: {{ row.name }}

Source: {{ row.source }}

{% endfor %} {% else %}

No contact information available.

{% endif %}
``` Edit template you can use `